home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / input / vbibox / input.top (.txt) < prev    next >
Visual Basic Form  |  1995-09-08  |  3KB  |  63 lines

  1. MainForm
  2. The NewInputBox-Example...
  3. Command1
  4. &Input
  5. Text1
  6. Label1
  7. Label1
  8. vThis is an example for a customized  InputBox without using extra global variables. (INTERNATIONAL LANGUAGE options !)
  9. Command1_Click
  10. NewInputBox
  11. GetInput
  12. Default
  13. Title
  14. Prompt
  15. Caption
  16. Label1
  17. Text1
  18. Screen
  19. PixelPer
  20. TwipsPixel
  21. TwipsPerPixelX
  22. TwipsPerPixelYP
  23. @    Form_Load
  24. Text1_Change
  25. Form_QueryUnload
  26. Cancel
  27. UnloadMode
  28. MainForm
  29. GetSystemMetrics
  30. SM_CYCAPTION
  31. enfif
  32. Width
  33.     Widththen
  34. Height
  35. TextBox
  36. Control
  37. SelStart
  38.     SelLength
  39. setfucus
  40. Form_Click
  41. Label1_Click
  42. Index
  43. Command1_Click
  44. Give me input !
  45. The Example
  46. <default>
  47.  the same as: 
  48. Call GetInput(Text1, "Give me input !", "The Example", "<nothing>", -1, -1)
  49. Form_Load
  50. Code by:
  51. Christian Germelmann
  52. CompuServe: 100520,2644
  53. Phone +49 (0)6421 45457
  54. Form_QueryUnload
  55. GetInput
  56.  if you don't want to state the Left-position set default...
  57.  prevent from "hanging out of the screen"(
  58. If NewInputBox.Left < 0 Then NewInputBox.Left = 0=
  59.  if you don't want to state the Top-position set default...*
  60.  prevent from "hanging out of the screen"(
  61. If NewInputBox.Top < 0 Then NewInputBox.Top = 0 
  62.  show the NewInputBoxw
  63.